Part Number Hot Search : 
73M025H7 4013BE SZ110 A1142 SGP12A MPS2161 MMBT4354 10130
Product Description
Full Text Search
 

To Download AN3972 Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  november 2011 doc id 022161 rev 1 1/21 AN3972 application note home web console for zigbee? smartplugs introduction this document describes how to use the stm3210c-eval, based on the stm32f107vc microcontroller, as a web console to monitor and control a zigbee ? network of smartplugs. the application can be used as a reference for the development of a zigbee - tcp/ip networks bridge and is an example on how, in a smartgrid scenario, the services offered by a zigbee han can be exported to the internet by an ethernet/internet gateway. the stm32f107vc coordinates the zigbee network through an spzb260-pro module included in an adapter connected by the expansion connectors of the stm3210c-eval; the zigbee network is built using several steval-ihp001v3s used to monitor and control several ac loads (lights, appliances, etc.) inside the han. the adapter also includes an m24lr64-r dual interface eeprom to store the tcp/ip network configuration. in fact, in the microcontroller firmware, a web server is also implemented which allows to monitor the ac load power consumption measured by each smartplug and to control its status (on/off). www.st.com
contents AN3972 2/21 doc id 022161 rev 1 contents 1 document and library rules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.1 acronyms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 2 hardware kit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.1 stm3210c-eval demonstration board . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2 spzb260-pro adapter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 2.3 steval-ihp001v3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 3 application firmware description . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 3.1 zigbee section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 3.1.1 zigbee libraries . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 3.1.2 zigbee application layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 3.2 tcp/ip section . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 3.2.1 tcp/ip stack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 3.2.2 tcp/ip application layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 3.3 source code organization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 4 demo setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 4.1 http server limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 4.2 demo limitations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 5 references . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 6 revision history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
AN3972 list of figures doc id 022161 rev 1 3/21 list of figures figure 1. stm3210c-eval demonstr ation board . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 figure 2. spzb260-pro adapter layout . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 figure 3. how to connect spzb260-pro adapter to the stm3210c-eval . . . . . . . . . . . . . . . . . . . . 7 figure 4. firmware architecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 figure 5. source code folder tree . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 figure 6. pc tcp/ip properties configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 figure 7. smart home information web page . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 figure 8. smartplug list detail of smart home information web page . . . . . . . . . . . . . . . . . . . . . . . . 17 figure 9. rfid pc user interface. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 figure 10. writing details of rfid pc user interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 figure 11. demo setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
document and library rules AN3972 4/21 doc id 022161 rev 1 1 document and library rules this document uses the conventions described in the sections below. 1.1 acronyms ta bl e 1 describes the acronyms used in this document. table 1. list of acronyms acronym meaning app application api application programming interface hal hardware abstraction layer rtos real time operating system han home area network mcu microcontroller unit spi serial peripheral interface oop object oriented programming eeprom electrically erasable programmable read only memory os operating system rtos real time operating system ha home automation zcl zigbee clusters library sics swedish institute of computer science tcp transport communication protocol ip internet protocol http hypertext transfer protocol html hypertext markup language
AN3972 hardware kit doc id 022161 rev 1 5/21 2 hardware kit this section describes the hardware components necessary to set up the home web console demo kit: one stm3210c-eval board one spzb260-pro module adapter board for the stm3210c-eval several zigbee smartplug boards (steval-ihp001v3). 2.1 stm3210c-eval demonstration board the stm3210c-eval is a standard evaluation tool for the stm32f107xx microcontroller which includes an embedded ethernet controller; this is the main feature necessary for the home web console. for further details about this board please refer to the um0600 user manual. figure 1. stm3210c-eval demonstration board the connectors cn8 and cn9, which include all the mcu pinouts, are used to connect the spzb260-pro adapter, so a specific configuration of the board is necessary to free some mcu i/o resources. the following is the board setup: to close jumper jp19 to open jumper jp15 to remove r79, r84 and r169. ta bl e 2 shows the pinout mapping of the connectors over the adapter.
hardware kit AN3972 6/21 doc id 022161 rev 1 2.2 spzb260-pro adapter this board allows to add the zigbee connectivity to the stm3210c-eval board; it includes the connectors for the spzb260-pro module and the m24lr64-r d ual interface eeprom. figure 2 shows the adapter layout. figure 2. spzb260-pro adapter layout figure 3 shows how to connect to the stm3210c-eval board. table 2. spzb260-pro adapter pin description stm32 pin no. pin name stm3210c-eval i/o assignment extension connector pin no. zigbee adapter i/o assignment - vdd 3.3 v cn8-pin 48 vcc_3v3 - vss gnd cn9-pin 50 gnd 29 pa4 spi1_nss cn9-pin 41 zig_ss 30 pa5 spi1_clk cn9-pin 40 zig_sclk 31 pa6 spi1_miso cn9-pin 38 zig_miso 32 pa7 spi1_mosi cn9-pin 37 zig_mosi 92 pb6 can2_tx/i2c1_sck cn8-pin 36 i2c1_sck 93 pb7 i2c1_sda cn8-pin 37 i2c1_sda 2 pe3 trace_d0 cn8-pin 42 zig_host_int 3 pe4 trace_d1 cn8-pin 43 vcc-gpio (for m24lr64-r) 4 pe5 trace_d2 cn8-pin 44 zig_wake 5 pe6 trace_d3 cn8-pin 47 zig_rstb
AN3972 hardware kit doc id 022161 rev 1 7/21 figure 3. how to connect spzb260-pro adapter to the stm3210c-eval the spzb260-pro is a 2.4 ghz zigbee module compliant with fcc regulations (fcc id: s9nzb260a); for further information refer to the spzb260-pro datasheet. the m24lr64- r is an eeprom with both i 2 c interface and rf interface; th is allows a ?standard? memory access for an mcu using the i 2 c and an access for a standard long range (iso 15693/iso 18000-3 mode 1) rfid reader. using the rf interface, the memory can read/write even when it is not powered. in this application, the eeprom stor es, in the first three 32-bit memory locations, the tcp/ip network parameters: ip address gateway ip address ip address mask. the parameters are programmed by the rfid reader with the board switched off and at the power-on, during boot, the mcu reads the network parameters to configure the tcp/ip stack. the 64-kbit memory is organized into 8192 x 8 bits accessing from the i 2 c bus and into 2048 x 32 bits accessing from the rf interface. m24lr64-r is the slave of the i 2 c communication with stm32; the two jumpers included on the board are used to set the slave address of the memory. for further information about m24lr64-r functionalities, refer to the m24lr64-r datasheet; for information related to application development, several application notes are available for downloading at www.st.com.
hardware kit AN3972 8/21 doc id 022161 rev 1 2.3 steval-ihp001v3 the steval-ihp001v3 zigbee smartplug demonstration board employs the stm32f10x microcontroller, zigbee spzb260-pro module, and stpm01 energy metering ic to implement a zigbee meter node which allows the user to monitor and manage the energy consumption of a connected load. in a typical home system implementation, the board is plugged into an electrical wall socket, and supplies a home appliance or other generic electrical load. current, power, energy and other information related to the electrical load connected to the smartplug board can be shown on an lcd displayed locally, or sent to a zigbee data concentrator through a home/building zigbee network. while the steval-ihp001v3 replaces the steval-ihp001v2, the hardware for both the v2 and v3 versions of the smartplug demonstration boards are identical. the steval- ihp001v3 differs from the v2 version only in terms of the zigbee pro stack update. more information is available fo r downloading at www.st.com.
AN3972 application firmware description doc id 022161 rev 1 9/21 3 application firmware description the firmware has been developed over the freertos operating system in order to simplify the integration of the different application parts. figure 4 shows the firmware architecture. figure 4. firmware architecture the firmware includes a common hardware dependent layer which mainly includes the stm32 standard library; over this layer the libraries and the application tasks are grouped in two sections: one for the zigbee part and the other for the tcp/ip part. the freertos allows the correct execution of these tasks and their interaction. 3.1 zigbee section 3.1.1 zigbee libraries the zigbee libraries, which are independent from the os, are part of the firmware package of the steval-ihp001v3 board and are fully documented; please refer to www.st.com. 3.1.2 zigbee application layer the application is based on the same principle as the typical ?sink - sensors? scenario supporting a ?many-to-one? protocol, where there are several sensors (which in this case are the smartplugs) that periodically send data to a concentrator, which in this case is also the network coordinator, and is implemented by the stm3210c-eval. the application layer is implemented by the task prvapplicationtask which is implemented inside the ?main.c? file. it calls the function embertick, which includes the functions for the zigbee stack finite state machine evolution, and the function applicationtick, which implements the zigbee section of the application layer. the application maintains a list of the smartplugs joined to the han; a smartplug is removed from this list when it isn't heard from for a specified time and it is added when the concentrator receive a ?select-sink? message from it; this message is managed in handlesensorselectsink called by the callback function ezspincomingmessagehandler. at
application firmware description AN3972 10/21 doc id 022161 rev 1 the same time, the application periodically sends in broadcast the ?sink-advertise? message to keep the network alive and a ?many-to-one-route-request? to update the routing tables of all smartplugs in the network. the code sections that implement these functions are the following: joined smartplugs list maintenance for (i=0; i (miss_packet_tolerance * send_data_rate)) { //remove the lost smartplug from the plugs collection mp coordinatortype* pobjcoordinator = getcoordinatorobj(); if(pobjcoordinator){ pobjsmartplug = pobjcoordinator >getsmartplug(pobjcoordinator,embergetaddresstableremotenodeid(i)); if ( pobjsmartplug ) { id = pobjsmartplug->id; pobjcoordinator- >delsmartplug(pobjcoordinator,embergetaddresstableremotenodeid(i)); sprintf( msg, "node %d deleted", id ); lcd_displaystringlinecol(line8, 300, ( unsigned char * )msg ); embersetaddresstableremotenodeid(i, ember_table_entry_unused_node_id); emberserialprintf(app_serial, "event: too long since last heard, "); emberserialprintf(app_serial, "deleting address table index %x, status %x\r\n", i, status); tickssincelastheard[i] = 0xffff; } } } } } network maintenance if (timebeforesinkadvertise == 2) { status = embersendmanytoonerouterequest(concentratortype, 10); // radius emberserialprintf(app_serial, "event: sink send many-to-one route request," " status 0x%x\r\n", status); }
AN3972 application firmware description doc id 022161 rev 1 11/21 // do the sink advertise (multicast) if (timebeforesinkadvertise == 0) { emberserialprintf(app_serial, "event: sink automatically advertising to find sensors\r\n"); sinkadvertise(); timebeforesinkadvertise = time_before_sink_advertise; } each smartplug object of the list includes all the information related to the power consumption measurement of each smartplug device installed in the building. these data are sent using a private zigbee profile with a specific cluster id (clust_get_plug_data_id = 0x1010) which is initialized into the function zb_clustersinitialization; the message related to this cluster is managed by the function ongetplugdatamsg that updates the data of the smartplug object included in the smartplug objects list. the smartplug devices are compliant with both the ?home automation? profile and the private profile implemented in the home web console application running on the stm3210c-eval. on the smartplug, the on/off command is implemented by the ha standard profile so the home web console uses a standard zcl command for this command implemented by the function sendzclonoffcmd. 3.2 tcp/ip section 3.2.1 tcp/ip stack the web section of the application is based on the ?lwip? stack implemented by sics. it is designed to reduce memory usage and code size in order to be used in embedded systems. for details related to this tcp/ip stack, refe r to the lwip manual available at www.sics.se. the tcp/ip task, which is implemented by the tcpip_thread function, is created by the function vstartethernettasks. the tcpip_thread task creates the task ethernetif_input that manages the messaging process with the ethernet controller which is embedded in stm32. 3.2.2 tcp/ip application layer the http server services run on the task httpd; it mainly creates a tcp listener on port 80 and as soon as an incoming connection is re ceived the server accepts it and parses the html request by the function parsehtmlrequest; after the parsing procedure the connection is closed. the task is normally in sleep state and it is woken up by the incoming connection request from the client. the html parser processes both get and post requests and expects to immediately get the data. the web page is made up of two static parts and two dynamic parts, so it is organized into four frames. the static parts and the ?index? pages are stored in the embedded flash of the stm32; the dynamic parts are built at runtime on the basis of the smartplug data objects list maintained by the zigbee application layer described in section 3.1.2 . the first dynamic part shows a table reporting the label, the measured voltage, current and power consumption for each smartplug in the han; the table is refreshed every 30 seconds. the second dynamic part shows a list of smartplugs (using the
application firmware description AN3972 12/21 doc id 022161 rev 1 labels) according to the table allowing the selection of each smartplug and sends an on or off command to it. the command is sent as a post request to the web server. the page is formatted according to a styles file (.css) which is also stored in the embedded flash. the network parameters (ip address, ip gateway address, and ip address subnet mask) are stored in the dual-eeprom included in the zigbee module a dapter and re ad at the startup by the mcu; if an eeprom isn't re cognized the default values are used. the parsing procedure is as follows: html parsing procedure if( pxrxbuffer != null ) { // where is the data? netbuf_data( pxrxbuffer, ( void * ) &pcrxstring, &uslength ); // is this a get? we don't handle anything else. if( !strncmp( pcrxstring, "get ", 4 ) ) { for(int i = 4; i < uslength; i++) { if (pcrxstring[i] == ' ' || pcrxstring[i] == '\r' || pcrxstring[i] == '\n') { pcrxstring[i] = 0; } } // is the page requested debug.html ? if ( !strncmp((char *)pcrxstring + 4, "/top3.htm", 9) ) { ++sreqcount; // build the dynamic page file.data = s_cdynamicpage; prepareframe2(s_cdynamicpage,pxnetcon); file.len = strlen(s_cdynamicpage); --sreqcount; } else if ( !strncmp((char *)pcrxstring + 4, "/top2.htm", 9) ) { // build the dynamic page file.data = s_cdynamicpage; prepareframe1(s_cdynamicpage,pxnetcon); file.len = strlen(s_cdynamicpage); }
AN3972 application firmware description doc id 022161 rev 1 13/21 else if ( !strncmp((char *)pcrxstring + 4, "/conf.htm", 9) ) { // build the dynamic page file.data = s_cdynamicpage; prepareframeconf(s_cdynamicpage,pxnetcon); file.len = strlen(s_cdynamicpage); } else { int nfilefound = 0; if (*(char *)(pcrxstring + 4) == '/' && *(char *)(pcrxstring + 5) == 0) { if ( sreqcount < 1 ) nfilefound = fs_open("/index.html", &file); else nfilefound = 0; } else { nfilefound = fs_open((char *)pcrxstring + 4, &file); } if (!nfilefound) { fs_open("/404.html", &file); } } // write out the http ok header. strcpy(txt, webhttp_ok); sprintf( txt + strlen(webhttp_ok), webhttp_info, file.len ); // write out the http info header. netconn_write( pxnetcon, txt, (u16_t) strlen(txt), netconn_copy ); // write out the dynamically generated page. writegeneratedpages(file,pxnetcon); } //post command handler if( !strncmp( pcrxstring, "post ", 5 ) ) { if ( !strncmp((char *)pcrxstring + 5, "/top2.htm", 9) ) {
application firmware description AN3972 14/21 doc id 022161 rev 1 //detect smart plug action actiondetect(pcrxstring, uslength ); //sb prepareframe1(s_cdynamicpage,pxnetcon); file.data = s_cdynamicpage; file.len = strlen(s_cdynamicpage); } else if ( !strncmp((char *)pcrxstring + 5, "/conf.htm", 9) ) { //detect smart plug action actiondetectconf(pcrxstring, uslength ); //sb prepareframeconf(s_cdynamicpage,pxnetcon); file.data = s_cdynamicpage; file.len = strlen(s_cdynamicpage); } strcpy(txt, webhttp_ok); sprintf( txt + strlen(webhttp_ok), webhttp_info, file.len ); // write out the http info header. netconn_write( pxnetcon, txt, (u16_t) strlen(txt), netconn_copy ); writegeneratedpages(file,pxnetcon); } netbuf_delete( pxrxbuffer ); }
AN3972 application firmware description doc id 022161 rev 1 15/21 3.3 source code organization the firmware has been developed using iar v5.50.1 but it is portable with minimum effort to other development tools. the source code is organized following the folder tree shown in figure 5 . figure 5. source code folder tree the ?stzsp_lib? folder files include all the low level functions for interfacing the spzb260- pro module; the ?zigbee_lib? and ?coord inator_obj? folders include the basic zigbee libraries which implement the zigbee data, the smartplug data and coordinator data objects. the ?application? folder files include the interface to the zigbee basic libraries and also the application layer source files. the ?dual_eeprom_lib? folder includes the library for the i 2 c access of th e m24lr64-r. the ?freertos? includes all source file of the os from www.freertos.org. the source code reports the license agreement to use it. the ?lwip? folder includes the source file of the tcp/ip stack from sics. the source code reports the license agreement to use it. the ?network tasks? folder includes the source code of the tasks related to the tcp/ip stack execution and the http web server task with the file system implementation as well. the ?st library? folder includes the stm32 mcu standard library source files. the ?main.c? files include the configuration functions, the os startup function, and the zigbee section task prvapplicationtask.
demo setup AN3972 16/21 doc id 022161 rev 1 4 demo setup to set up the demo, one stm3210c-eval board (modified as described in section 2.1 ) with a zigbee adapter is necessary, a set of steval-ihp001v3s, a pc with ethernet connectivity, and an ethernet switch (or hub) with standard ethernet cable; if an ethernet switch (or hub) is not available it is possible to use a crossed ethernet cable. the adapter is not provided in the package but the gerber files are available for downloading together with the firmware package. by using the browser of the pc it is possible to monitor and control each smartplug of the han simply writing the ip address of the board (shown in the board display) in the address bar. it is possible to do the same from any computer connected to the internet configuring the pc as the internet gateway, providing it has an internet connection, of course, with a public ip address; unfortunately, not all internet providers assign public ip by default. go step-by-step: 1. turn on the stm3210c-eval board with daughterboard 2. set the pc network with static ip address figure 6. pc tcp/ip properties configuration 3. connect the ethernet cross-cable from stm3210c-eval to pc 4. open internet explorer on 192.168.0.100 (as shown in the lcd display) figure 7. smart home information web page
AN3972 demo setup doc id 022161 rev 1 17/21 5. turn on one or more zigbee smartplugs; make sure that the smartplug is linked to the coordinator (stm3210c-eval board with daughterboard), in this case the connection icon on the smartplug lcd should show the red light blinking; push the button on the upper right on the smartplug to link/unlink to the coordinator. 6. refresh internet explorer figure 8. smartplug list detail of smart home information web page 7. now it is possible to contro l the remote zigbee smartplug 8. to change the ip address, the user must power off the board and connect to it using the rf interface. for example, using startkit m24lr64. in this case the user should read the block 0 of the eeprom dual ifs, 4 bytes, reading the actual ip address. figure 9. rfid pc user interface 9. the user can easily change this value, putting the new ip address in hex, for example, writing 192.168.0.3 --> c0h, a8,h 00h, 03h. figure 10. writing details of rfid pc user interface
demo setup AN3972 18/21 doc id 022161 rev 1 if it is available, the simplest method to use the pc as gateway is to share the internet connection and enable the web server service from the settings specifying the board ip address. if the pc is configured correctly it works as a gateway with ip address 192.168.0.1; the subnet mask of the lan is set accordingly and if the board has, for example, an ip address like 192.168.0.xxx, the subnet mask is set to 255.255.255.0, so it is enough to configure the ip addresses set of the board accordingly; from a pc connected to the internet write the public ip address of the pc in the address bar to reach the web server running on the stm3210c-eval board. figure 11 shows a typical demo setup. figure 11. demo setup 4.1 http server limitations the system has been tested with several internet browsers and some limitation has been found with the following browsers: opera mozilla safari the limitations are related mainly to the page formatting and, in the case of safari, to the post management as well. full compatibility is only achieved with internet explorer and google chrome. 4.2 demo limitations only for demonstration purposes, the number of smartplugs that the stm3210c-eval can manage is limited to 5.
AN3972 references doc id 022161 rev 1 19/21 5 references 1. stm32f107vc datasheet 2. rm0008 reference manual 3. stm32f10xfwlib 3.1.2 4. freertos official website www.freertos.org 5. lwip user manual 6. sics website www.sics.se 7. um0600 user manual 8. an2993 application note
revision history AN3972 20/21 doc id 022161 rev 1 6 revision history table 3. document revision history date revision changes 11-nov-2011 1 initial release.
AN3972 doc id 022161 rev 1 21/21 please read carefully: information in this document is provided solely in connection with st products. stmicroelectronics nv and its subsidiaries (?st ?) reserve the right to make changes, corrections, modifications or improvements, to this document, and the products and services described he rein at any time, without notice. all st products are sold pursuant to st?s terms and conditions of sale. purchasers are solely responsible for the choice, selection and use of the st products and services described herein, and st as sumes no liability whatsoever relating to the choice, selection or use of the st products and services described herein. no license, express or implied, by estoppel or otherwise, to any intellectual property rights is granted under this document. i f any part of this document refers to any third party products or services it shall not be deemed a license grant by st for the use of such third party products or services, or any intellectual property contained therein or considered as a warranty covering the use in any manner whatsoev er of such third party products or services or any intellectual property contained therein. unless otherwise set forth in st?s terms and conditions of sale st disclaims any express or implied warranty with respect to the use and/or sale of st products including without limitation implied warranties of merchantability, fitness for a parti cular purpose (and their equivalents under the laws of any jurisdiction), or infringement of any patent, copyright or other intellectual property right. unless expressly approved in writing by two authorized st representatives, st products are not recommended, authorized or warranted for use in milita ry, air craft, space, life saving, or life sustaining applications, nor in products or systems where failure or malfunction may result in personal injury, death, or severe property or environmental damage. st products which are not specified as "automotive grade" may only be used in automotive applications at user?s own risk. resale of st products with provisions different from the statements and/or technical features set forth in this document shall immediately void any warranty granted by st for the st product or service described herein and shall not create or extend in any manner whatsoev er, any liability of st. st and the st logo are trademarks or registered trademarks of st in various countries. information in this document supersedes and replaces all information previously supplied. the st logo is a registered trademark of stmicroelectronics. all other names are the property of their respective owners. ? 2011 stmicroelectronics - all rights reserved stmicroelectronics group of companies australia - belgium - brazil - canada - china - czech republic - finland - france - germany - hong kong - india - israel - ital y - japan - malaysia - malta - morocco - philippines - singapore - spain - sweden - switzerland - united kingdom - united states of america www.st.com


▲Up To Search▲   

 
Price & Availability of AN3972

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X